home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 15 / macformat_15.iso / C de cerca / Codewarrior Lite / MacOS Support / Headers / ANSI Headers / all < prev    next >
Text File  |  1995-04-13  |  1KB  |  55 lines

  1. /* all standard header */
  2. #ifndef _ALL_
  3. #define _ALL_
  4.     /* C Includes */
  5. #include <assert.h>
  6. #include <ctype.h>
  7. #include <errno.h>
  8. #include <float.h>
  9. #include <iso646.h>
  10. #include <limits.h>
  11. #include <locale.h>
  12. #include <math.h>
  13. #include <setjmp.h>
  14. #include <signal.h>
  15. #include <stdarg.h>
  16. #include <stddef.h>
  17. #include <stdio.h>
  18. #include <stdlib.h>
  19. #include <string.h>
  20. #include <time.h>
  21.  
  22. #ifdef __cplusplus
  23.     /* C++ Includes */
  24.  #include <bits.h>
  25.  #include <bitstring.h>
  26.  #include <complex.h>
  27.  #include <defines.h>
  28.  #include <dynarry.h>
  29.  #include <exception.h>
  30.  #include <fstream.h>
  31.  #include <iomanip.h>
  32.  #include <ios.h>
  33.  #include <iostream.h>
  34.  #include <istream.h>
  35.  #include <new.h>
  36.  #include <ostream.h>
  37.  #include <ptrdynarray.h>
  38.  #include <sstream.h>
  39.  #include <streambuf.h>
  40.  #include <string.h>
  41.  #include <strstream.h>
  42.  #include <typeinfo.h>
  43. #endif /* __cplusplus */
  44.  
  45. #endif /* _ALL_ */
  46.  
  47. /*
  48.  * Copyright (c) 1994 by P.J. Plauger.  ALL RIGHTS RESERVED. 
  49.  * Consult your license regarding permissions and restrictions.
  50.  */
  51.  
  52. /* Change log:
  53.  *94June04 PlumHall baseline
  54.  */
  55.